STEP 15: As the loop runs, we'll want to add each value to a list to keep a record and keep them in order.
- Click on . Drag out Append and drop it inside your loop.
- Change the name in front to expected_vals.
- Change the argument in .append() to theor_value.
To navigate the page using the TAB key, first press ESC to exit the code editor.